Beanstalk Tools
A set of handy tools to use Sublime Text 2+ with Beanstalk
Details
Installs
- Total 1K
- Win 542
- Mac 563
- Linux 148
| Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Beanstalk Tools For Sublime Text
Introduction
A handy toolset for using Sublime Text with Beanstalk. It allows you to quickly open related Beanstalk pages in your browser.
The plugin supports Sublime Text version 2.0 and above.
Usage
Open a file or directory inside your Git or Subversion repository in Sublime Text.
- Press
Ctrl + Shift + Pand selectBeanstalk: Open Fileor just pressCtrl + Shift + ^to open currently edited file in Beanstalk. - Press
Ctrl + Shift + Pand selectBeanstalk: Blameto open blame for currently edited file in Beanstalk. - Press
Ctrl + Shift + Pand selectBeanstalk: Previewto preview currently edited file in Beanstalk. - Press
Ctrl + Shift + Pand selectBeanstalk: Activityto see your repository activity in Beanstalk. - Press
Ctrl + Shift + Pand selectBeanstalk: Deploymentsto see release environments existing for your repository in Beanstalk.
Use Cmd instead of Ctrl on Mac OS X.
Get it installed
With The Package Control Plugin
The easiest way to install Beanstalk Tools is through Package Control. Once you get it installed, restart Sublime Text and bring up the Command Palette by pressing Ctrl + Shift + P. Select Package Control: Install Package, wait while Package Control fetches the latest package list, then select Beanstalk Tools from the dropdown. The advantage of using this method is that Package Control will automatically keep the plugin version up to date.
On Mac
- Install GIT.
- Run Terminal app and execute the following to install the plugin:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk
On Linux
The plugin was tested on Ubuntu 12.04, but should work on most modern linux distributions.
- Install GIT.
- Install the plugin from your system console:
cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk
- Install Subversion if needed.
On Windows
The plugin was tested on Windows XP SP3 with Tortoise SVN and Git SCM. Binaries of both VCS were added to the system PATH.
- Download and install GIT from Git SCM website. Make sure to add GIT binaries into your global PATH.
- Run Windows command shell and execute the following to install the plugin:
cd %APPDATA%/Sublime Text 2/Packages/
git clone git://github.com/temochka/sublime-text-2-beanstalk.git Beanstalk
- Install Subversion if needed.